Scheduler for WinRT
Contains(DateTime[]) Method


An array of System.DateTime values to search for.
Returns true if either of specified items exists in the wrapped list.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal days() As Date _
) As Boolean
'Usage
 
Dim instance As DateList
Dim days() As Date
Dim value As Boolean
 
value = instance.Contains(days)
public bool Contains( 
   DateTime[] days
)

Parameters

days
An array of System.DateTime values to search for.

Return Value

True if at least one of specified items exists in the wrapped list.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateList Class
DateList Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.